home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ARSRC21.ZIP / ARSRC21.TXT < prev    next >
Text File  |  1995-06-19  |  1KB  |  32 lines

  1. This is the source code to ARENA.  It is nominally in C++ and
  2. needs a C++ compiler but it's actually in very bad C.
  3.  
  4. *N.B.*
  5.  
  6.         For this to compile under Borland C++, it needs to have the
  7.         EGAVGA.BGI module in GRAPHICS.LIB.  However, the regular
  8.         EGAVGA.BGI will give silly colours... you have to ftp
  9.         the Jordan Hargrafix SVGA BGI drivers, and then use
  10.         SVGA256.BGI, using TLIB to replace regular EGAVGA.BGI.
  11.  
  12.         To replace it, you need to alter SVGA256's i.d. string
  13.         to read EGAVGA.BGI.  If this is illegal, don't blame me.
  14.         It's a pascal string, so change the length byte which
  15.         comes before it.  
  16.  
  17.         If you don't fancy using a hex editor, then just change
  18.         the source code, commenting out the registerbgidriver
  19.         line and uncommenting the lines which link in a driver
  20.         at run time, in Borland's charmingly clumsy way.
  21.  
  22. This code is a mess.  Sorry.  
  23.  
  24. I am...
  25.  
  26.         azathoth@zippy.spods.dcs.kcl.ac.uk
  27.  
  28.         or if need be:
  29.  
  30.         zdle058@bay.cc.kcl.ac.uk
  31.  
  32.